home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / the_independent.swf / scripts / DefineSprite_133 / frame_3 / DoAction.as
Text File  |  2011-08-19  |  188b  |  13 lines

  1. if(this.servresult == "stop")
  2. {
  3.    this.gotoAndStop(1);
  4. }
  5. if(this.servresult == "Ok")
  6. {
  7.    _parent.gotoAndStop(1);
  8. }
  9. if(this.servresult == "")
  10. {
  11.    this.gotoAndPlay("loop");
  12. }
  13.